From 5167e2bebe99d61b2c63356354b3f2bd1c3fd28d Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sat, 9 Jul 2005 16:49:14 +0000 Subject: [PATCH] non-versioned default for ocaml md5sums dir --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1ebaaa3d..5bf91900 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -DEFAULT="/var/lib/ocaml/3.08.3/md5sums" +DEFAULT="/var/lib/ocaml/md5sums" if [ -z "$1" ]; then echo "No dir provided, using default: $DEFAULT" echo "You can override it with: ./configure [ md5sums_dir ]" -- 2.30.2